func golang.org/x/net/http2.isBadCipher

2 uses

	golang.org/x/net/http2 (current package)
		ciphers.go#L359: func isBadCipher(cipher uint16) bool {
		server.go#L494: 		if !s.PermitProhibitedCipherSuites && isBadCipher(sc.tlsState.CipherSuite) {